翻訳と辞書
Words near each other
・ Expobank
・ Expocenter of Ukraine
・ Expocentre
・ ExpoCité
・ Expocode
・ Expodroom
・ Expoforum
・ Expointer
・ Expoland
・ Expolanka
・ ExpoManga
・ Expominer
・ Exponent (consulting firm)
・ Exponent (disambiguation)
・ Exponent (linguistics)
Exponent bias
・ Exponent CMS
・ Exponential
・ Exponential backoff
・ Exponential decay
・ Exponential dichotomy
・ Exponential discounting
・ Exponential dispersion model
・ Exponential distribution
・ Exponential error
・ Exponential factorial
・ Exponential family
・ Exponential field
・ Exponential formula
・ Exponential function


Dictionary Lists
翻訳と辞書 辞書検索 [ 開発暫定版 ]
スポンサード リンク

Exponent bias : ウィキペディア英語版
Exponent bias
In IEEE 754 floating point numbers, the exponent is biased in the engineering sense of the word – the value stored is offset from the actual value by the exponent bias.
Biasing is done because exponents have to be signed values in order to be able to represent both tiny and huge values, but two's complement, the usual representation for signed values, would make comparison harder.
To solve this problem the exponent is biased before being stored, by adjusting its value to put it within an unsigned range suitable for comparison.
By arranging the fields so that the sign bit is in the most significant bit position, the biased exponent in the middle, then the mantissa in the least significant bits, the resulting value will be ordered properly, whether it's interpreted as a floating point or integer value. This allows high speed comparisons of floating point numbers using fixed point hardware.
To calculate the bias for an arbitrary sized floating point number apply the formula 2k−1 − 1 where k is the number of bits in the exponent.
When interpreting the floating-point number, the bias is subtracted to retrieve the actual exponent.
* For a single-precision number, an exponent in the range −126 .. +127 is biased by adding 127 to get a value in the range 1 .. 254 (0 and 255 have special meanings).
* For a double-precision number, an exponent in the range −1022 .. +1023 is biased by adding 1023 to get a value in the range 1 .. 2046 (0 and 2047 have special meanings).
* For a quad-precision number, an exponent in the range −16382 .. +16383 is biased by adding 16383 to get a value in the range 1 .. 32766 (0 and 32767 have special meanings).
==References==


抄文引用元・出典: フリー百科事典『 ウィキペディア(Wikipedia)
ウィキペディアで「Exponent bias」の詳細全文を読む



スポンサード リンク
翻訳と辞書 : 翻訳のためのインターネットリソース

Copyright(C) kotoba.ne.jp 1997-2016. All Rights Reserved.